.mainProject {
    height:0px;
    content-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

h3 {
    font-size: 50px;
    transition: all 0.3s ease-in-out;
}

.rowTop:hover .mainProject{
    display: block;
    content-visibility: visible;
    height: 500px;
    background-color: rgb(255, 250, 243);
}

.rowTop:hover .titleLine{
    width: 10%;
    border-top: 1px solid black;
}

.rowTop:hover h3{
    font-size: 25px;
}

.rowTop:hover .rowContence{
    height: fit-content;
}

.arrowScroll {
    padding: 5px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.arrowScroll:hover {
    background-color: #f4d5c4;
}

.rowTop {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #eca47d;
    height: fit-content;
    padding: 20px;
    height: fit-content;
}

.rowContence {
    width: 80%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.projectTitle {
    display: flex;
    justify-content: center;
}

.titleLine {
    border: none;
    width: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 45px;
    height: 0px;
    transition: all 0.3s ease-in-out;
}

h4 {
    font-size: 20px;
    margin-top: 10px;
}

.rowContent {
    display: flex;
    padding: 20px;
}

.left {
    width: 80%;
    display: block;
    padding-left: 10%;
    text-align: center
}

.right {
    width: 20%;
    display: block;
    padding-right: 10%;
}

.top {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid black;
    width: 80%;
}

.projectDivide {
    width:0px;
    height:250px;
    margin-left: 20px;
    margin-right: 35px;
    margin-top: 0px;
}

.proButton {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eca47d;
    background-color: #f4d5c4;
    width: 100px;
    height: 50px;
    align-content: center;
    text-align: center;
    
}

.proButton:hover {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eca47d;
    background-color: #eca47d;
    width: 100px;
    height: 50px;
    align-content: center;
    text-align: center;
}

.buttonContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 50px;
    margin-top: -70px;
}

h5 {
    font-size:18px;
    margin-top: 10px;
}

h6 {
    font-size: 20px;
    margin: 0px;
}

.row {
    display: flex;
    justify-content:space-evenly;
}

.rowBlock {
    width: 40%;
    background-color: #f4d5c4;
    padding: 10px;
}

.rowBlockInner {
    background-color: rgb(255, 250, 243);
    display: block;
    height: 400px;
    text-align: center;
    padding: 30px;
}

.rowBlockInner h1{
    margin-top: 0px;
}

.rowBlockContent {
    display: flex;
    justify-content: center;
}

.rowBlockContent h4{
    margin: 0px;
}

.openButton {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}



